home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk202 / bbbbs2 / rexx / showlog.baud < prev    next >
Text File  |  1995-03-19  |  206b  |  9 lines

  1. /* showlog.baud */
  2.  
  3. yearmonthday=""
  4. PARSE ARG yearmonthday .
  5. IF LENGTH(yearmonthday)~=8 THEN yearmonthday=SPACE(DATE('S'))
  6.  
  7. bbspath=GETCLIP('BBS_path')
  8. ADDRESS COMMAND 'type' bbspath'Logs/log.'yearmonthday
  9.